home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 2.iso / Pc / U_Z / U7UP34.ZIP / UPDATEU7.BAT < prev    next >
DOS Batch File  |  1992-10-07  |  2KB  |  54 lines

  1. @echo off
  2. echo ***********************************************
  3. echo * Ultima VII - The Black Gate update program  *
  4. echo * Ver 1.1  (C) 1992 Origin Inc.               *
  5. echo * Problem:  Once in a great while, items or   *
  6. echo * terrain disappear or are altered. Keys are  *
  7. echo * removed from party inventory while sleeping.*
  8. echo ***********************************************
  9.  
  10. if not exist U7.KZ goto :explain1
  11. if not exist UPDATEU7.BAT goto :explain1
  12. if not exist KZ.EXE goto :explain1
  13. if not exist %1\U7.EXE goto :explain
  14.  
  15. echo Patching...
  16. echo Y|KZ u7.kz %1\u7.exe
  17. if not errorlevel==0 goto :oops
  18.  
  19. xxx %1 -s
  20.  
  21. echo ***********************************************
  22. echo * Patch completed.                            *
  23. echo * Problem will no longer occur.               *
  24. echo ***********************************************
  25. goto :end
  26.  
  27. :oops
  28. echo ***********************************************
  29. echo * Sorry, an error occured during the update   *
  30. echo * process!                                    *
  31. goto :explain1
  32.  
  33. :explain1
  34. echo ***********************************************
  35. echo * You must run this program from the drive    *
  36. echo * containing the update program.  For example,*
  37. echo * if the update program is on a disk in drive *
  38. echo * A: you would type                           *
  39. echo * A:  [ENTER]                                 *
  40. goto :explain2
  41.  
  42. :explain
  43. echo ***********************************************
  44. :explain2
  45. echo * Specify your full Ultima VII path.          *
  46. echo * For example, you would type                 *
  47. echo * UPDATEU7 C:\ULTIMA7 [ENTER]                 *
  48. echo * if Ultima VII was installed on your C drive *
  49. echo * in a subdirectory called ULTIMA7.           *
  50. echo ***********************************************
  51. goto :end
  52.  
  53. :end
  54.